Uses of Class
org.eclipse.vtp.desktop.core.configuration.attacheddata.AttachedDataItemEntry

Packages that use AttachedDataItemEntry
org.eclipse.vtp.desktop.core.configuration.attacheddata   
org.eclipse.vtp.desktop.editors.core.dialogs   
 

Uses of AttachedDataItemEntry in org.eclipse.vtp.desktop.core.configuration.attacheddata
 

Methods in org.eclipse.vtp.desktop.core.configuration.attacheddata with parameters of type AttachedDataItemEntry
 void AttachedDataBindingItem.addEntry(AttachedDataItemEntry entry)
           
 void AttachedDataBindingItem.addEntry(AttachedDataItemEntry entry, int index)
           
 void AttachedDataBindingItem.removeEntry(AttachedDataItemEntry entry)
           
 

Uses of AttachedDataItemEntry in org.eclipse.vtp.desktop.editors.core.dialogs
 

Methods in org.eclipse.vtp.desktop.editors.core.dialogs that return AttachedDataItemEntry
 AttachedDataItemEntry AttachedDataEntryDialog.getEntry()
           
 

Methods in org.eclipse.vtp.desktop.editors.core.dialogs with parameters of type AttachedDataItemEntry
 void AttachedDataEntryDialog.setEntry(AttachedDataItemEntry entry)